log/slog.commonHandler.withGroup (method)

4 uses

	log/slog (current package)
		handler.go#L125: 	return &defaultHandler{h.ch.withGroup(name), h.output}
		handler.go#L257: func (h *commonHandler) withGroup(name string) *commonHandler {
		json_handler.go#L57: 	return &JSONHandler{commonHandler: h.commonHandler.withGroup(name)}
		text_handler.go#L55: 	return &TextHandler{commonHandler: h.commonHandler.withGroup(name)}